home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 6_functions / idle < prev    next >
Text File  |  2001-03-21  |  549b  |  20 lines

  1. Synopsis:
  2.    $idle()
  3.  
  4. Technical:
  5.    Returns your idle time.  Synonymous with $E.  Present for compatibility
  6.    with the standard ircII 2.8.2 client.
  7.  
  8. Practical:
  9.    This function is used to get your client's idle time.  It should be used
  10.    in lieu of $E if you intend your script to be compatible with the stock
  11.    ircII client.  Note that the client's concept of "idle time" is not
  12.    necessarily the same as your server's (and in fact usually isn't).
  13.  
  14. Returns:
  15.    number of seconds since last keypress
  16.  
  17. See Also:
  18.    Special_Vars(7)
  19.  
  20.